Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.search.ui.local.configuration.layouts--actions

This contribution is part of XML component org.nuxeo.search.ui.local.configuration.layouts inside nuxeo-search-ui-6.0.jar

Extension Point

Extension point actions of component ActionService.

Contributed Items

  • <action icon="/icons/file.gif" id="SEARCH_CONFIGURATION" label="action.view.theme" link="/search/incl/tabs/search_configuration.xhtml" order="100">
          <category>LOCAL_CONFIGURATION</category>
          <filter-id>manage</filter-id>
        </action>

XML Source

<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">

    <action icon="/icons/file.gif" id="SEARCH_CONFIGURATION" label="action.view.theme" link="/search/incl/tabs/search_configuration.xhtml" order="100">
      <category>LOCAL_CONFIGURATION</category>
      <filter-id>manage</filter-id>
    </action>

  </extension>